Skip to main content

Create a refresh for cost target history.

POST 

https://app.nops.io/c/cost_page/cost_target/:id/refresh_history/

Refresh cost target planning history for a given date range

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this cost target.

Body

required

    start_date date

    Start date for refresh (YYYY-MM-DD)

    end_date date

    End date for refresh (YYYY-MM-DD)

Responses

Successfully initiated refresh

Schema

    any

curl -L 'https://app.nops.io/c/cost_page/cost_target/:id/refresh_history/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-nops-api-key: <API_KEY_VALUE>' \
-d '{
"start_date": "2024-01-01",
"end_date": "2024-12-31"
}'
Request Collapse all
Base URL
https://app.nops.io/c/cost_page
Auth
Parameters
— pathrequired
Body required
{
  "start_date": "2024-01-01",
  "end_date": "2024-12-31"
}
ResponseClear

Click the Send API Request button above and see the response here!